home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_SAVETEMPLATE / TDLG_SAVETEMPLATE.txt
Text File  |  2002-07-04  |  2KB  |  89 lines

  1. object Dlg_SaveTemplate: TDlg_SaveTemplate
  2.   Left = 257
  3.   Top = 231
  4.   BorderStyle = bsDialog
  5.   Caption = 'Save Template'
  6.   ClientHeight = 197
  7.   ClientWidth = 305
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 64
  22.     Width = 147
  23.     Height = 26
  24.     Caption = 'Please select a type which the '#13#10'template will be saved as:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 8
  29.     Width = 152
  30.     Height = 13
  31.     Caption = '&Please Input the template name:'
  32.     FocusControl = edName
  33.   end
  34.   object btnCancel: TButton
  35.     Left = 216
  36.     Top = 56
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 0
  42.   end
  43.   object btnOK: TButton
  44.     Left = 216
  45.     Top = 24
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 1
  52.   end
  53.   object tvTemplate: TTreeView
  54.     Left = 16
  55.     Top = 96
  56.     Width = 177
  57.     Height = 89
  58.     HideSelection = False
  59.     Images = F_Template.ImageList1
  60.     Indent = 19
  61.     TabOrder = 2
  62.     OnChange = tvTemplateChange
  63.     Items.Data = {
  64.       01000000210000000000000000000000FFFFFFFFFFFFFFFF0000000003000000
  65.       0854656D706C6174651C0000000000000000000000FFFFFFFFFFFFFFFF000000
  66.       0000000000034E65771E0000000000000000000000FFFFFFFFFFFFFFFF000000
  67.       0000000000055265706C79200000000000000000000000FFFFFFFFFFFFFFFF00
  68.       0000000000000007466F7277617264}
  69.   end
  70.   object edName: TEdit
  71.     Left = 16
  72.     Top = 24
  73.     Width = 177
  74.     Height = 21
  75.     TabOrder = 3
  76.   end
  77.   object Language: TLanguage
  78.     LangCenter = DM_Language.LangCenter
  79.     ResStrings.Strings = (
  80.       '0001=Template'
  81.       '0002=New'
  82.       '0003=Reply'
  83.       '0004=Forward')
  84.     OnTranslated = LanguageTranslated
  85.     Left = 224
  86.     Top = 104
  87.   end
  88. end
  89.